home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Source / GNU / bison / configure.in < prev    next >
Text File  |  1994-03-10  |  269b  |  14 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(reduce.c)
  3. AC_PROG_CC
  4. AC_PROG_CPP
  5. AC_PROG_INSTALL
  6. AC_MINIX
  7. AC_ISC_POSIX
  8. AC_CONST
  9. AC_STDC_HEADERS
  10. AC_HAVE_HEADERS(string.h stdlib.h memory.h)
  11. AC_HAVE_FUNCS(strerror)
  12. AC_ALLOCA
  13. AC_OUTPUT(Makefile)
  14.